home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-11 | 715 b | 27 lines | [TEXT/MPS ] |
- Begin
- Set Exit 0
- Set ActiveName "{Active}"
- If "`projectinfo "{Active}"`" =~ /≈Project:[ ∂t]+([¬ ∂t]+)®1≈/
- If "`mountproject -pp -r`" =~ /≈{®1}≈/
- If "`projectinfo -s "{ActiveName}"`" =~ /≈∂*≈/
- Orphanfiles "{ActiveName}"
- End
- If "{LockUncheckedOutFiles}"
- SetFile "{ActiveName}" -a l
- Close "{ActiveName}"
- Open "{ActiveName}"
- End
- CheckOut -y -open -project {®1} "{ActiveName}"
- If "{LockUncheckedOutFiles}"
- SetFile "{ActiveName}" -a L
- Close "{ActiveName}"
- Open "{ActiveName}"
- End
- Else
- Alert "Cannot update this file.∂nProject “{®1}” is not mounted."
- End
- Else
- Alert "Cannot update this file.∂nUnable to obtain project information."
- End
- End ∑∑ "{Worksheet}"
-